Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_alias
class_alias
Create an alias for a class
Name:
class_alias
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Create an alias for a class
Related
Use array_column to extract multiple columns of multi-dimensional arrays
4
GD2 file cannot be opened? Check permissions and path settings
3
What should I do when using imagefontwidth() font number out of range?
4
Use array_diff_assoc() to determine whether two arrays are exactly equal (value and key)
2
Similar Functions
interface_exists
interface_exists
Checkiftheinterfacei
get_class
get_class
Returntheobject'
get_called_class
get_called_class
Thenameofthe"La
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_object_vars
get_object_vars
Returntowritetoyouth
property_exists
property_exists
Checkifanobjectorcla
method_exists
method_exists
Checkiftheclassmetho
get_class_methods
get_class_methods
Returnsanarrayofmeth
Popular Articles